REPORT

Syntax: REPORT [#channel]     
    or: REPORT [#channel,][error_number]
        (Toolkit II, THOR XVI, TinyToolkit, BTool)
Location: QL ROM (post JM), Toolkit II, TinyToolkit,
          THOR XVI and BTool

This command will print an error message to the given channel (default #0, the command line). The type of error is identified by the error number. If an error number is not supplied, then the last error to have occurred is displayed. The error message depends on the machine where the program is running, see ERNUM for conventions. Positive error numbers have no effect.

NOTE:
TRA can be used to redefine the error messages.

CROSS-REFERENCE:
See ERNUM about error messages in general.
